html, body {
    margin: 0;
    /*padding: 0;*/
    font-family: "Microsoft YaHei", SimSun;
    font-size: 0;
}

body {
    background: #ffffff;
    position: relative;
}

.content {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header {
    width: 100%;
    min-width: 1400px;
    height: 900px;
    background-image: url("../img/bannerCN.jpg");
    background-size: 1920px 900px;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
    margin-bottom: 70px;
}
html[lang='en'] .header {
    background-image: url("../img/bannerEN.jpg");
    background-size: 1920px 900px;
}
html[lang='vi'] .header {
    background-image: url("../img/bannerVI.jpg");
    background-size: 1920px 900px;
}
.head-btn-wrap {
    width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
}
.second-header {
    position: relative
}

.second-header .header-bg {
    display: block;
    width: 100%
}

.second-header .head-btn-wrap {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 48px
}

.btn-app {
    display: block;
    margin-right: 26px;
}
.icon-facebook {
    width: 35px;
    height: 35px;
    background: url("../img/icon-facebook2.png") no-repeat;
    background-size: 100%;
}
.icon-twitter {
    width: 37px;
    height: 39px;
    background: url("../img/icon-twitter2.png") no-repeat;
    background-size: 100%;
}
.icon-ins {
    width: 37px;
    height: 38px;
    background: url("../img/icon-ins2.png") no-repeat;
    background-size: 100%;
}
.icon-youtube {
    width: 74px;
    height: 35px;
    background: url("../img/icon-youtube2.png") no-repeat;
    background-size: 100%;
}
.icon-tiktok {
    width: 37px;
    height: 38px;
    background: url("../img/icon-tiktok2.png") no-repeat;
    background-size: 100%;
    margin-right: 50px;
}
.btn-language {
    display: block;
    width: 62px;
}
.btn-language.icon-vi {
    width: 161px;
}
.btn-language img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}
.btn-language.icon-vi img {
    width: 129px;
}
.head-divider {
    width: 2px;
    height: 28px;
}

._vet_nav_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#0086d7),to(#00f599));
    background-image: -webkit-linear-gradient(left,#0086d7 0,#00f599 100%);
    background-image: linear-gradient(90deg,#0086d7 0,#00f599 100%)
}

._vet_nav {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav_text {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    display: inline;
    zoom:1;line-height: 1;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    white-space: nowrap
}

._vet_nav.vi .nav_text{
    font-size: 24px;
    font-weight: bold;
    margin-left: 24px;
    margin-right: 24px;
}

.second-header ._vet_nav.vi .nav_text {
    margin-left: 12px;
    margin-right: 12px;
}

.second-header ._vet_nav_wrap {
    position: relative;
}

/* ._vet_nav_wrap {
    width: 100%;
    height: 68px;
    min-width: 1400px;
    position: relative;
    box-sizing: border-box;
    background-image: url("../img/nav-bar.png");
    background-repeat: no-repeat;
    background-size: 1920px 68px;
    background-position: center center;
    margin-top: 488px;
} */

/* ._vet_nav {
    width: 1450px;
    margin: 0 auto 0;
    height: 68px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
} */

/* .nav_text {
    width: 220px;
    font-size: 30px;
    color: #fff7ae;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to bottom, #2d5fcf, #2343d0);
    box-sizing: border-box;
    min-width: 183px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    padding: 0 10px;
} */

.nav_text:first-child {
    border-left: none;
    /*margin-left: 0;*/
}

.head-title1 {
    width: 1029px;
    height: 51px;
    display: block;
    margin: 13px auto 0;
}

.head-title2 {
    width: 1250px;
    height: 195px;
    display: block;
    margin: 0 auto 0;
}
.head-title2-en {
    width: 952px;
    height: 139px;
    display: block;
    margin: 40px auto 0;
}
.head-title5 {
    width: 783px;
    height: 135px;
    display: block;
    margin: 35px auto 0;
}

.row-box {
    font-size: 0;
    position: relative;
}

.row-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.carousel-box {
    box-sizing: border-box;

}
.section-2-row .carousel-box {
    width: 878px;
    height: 494px;
}
.section-4-row .carousel-box{
    width: 700px;
    height: 394px;
}

.section-1-row {
    /*margin-top: 70px;*/
}
.section-3-row {

}

.section-1-right {
    width: 509px;
    margin-left: 11px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.section-2-left {
    width: 510px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-right: 10px;
}
.section-3-left, .section-3-right {
    width: 652px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}
.section-3-right {
    margin-left: 94px;
}
.section-3-head-img {
    width: 652px;
    height: 363px;
    border-radius: 6px;
}
.section-4-left {
    width: 674px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    /*padding-bottom: 30px;*/
    margin-right: 26px;
}
.section-5-left {
    width: 756px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}
.section-5-right {
    width: 630px;
    z-index: 3;
    position: relative;
    box-sizing: border-box;
    margin-left: 13px;
}
.section_1-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.swiper-type-1 .swiper-container {
    border-radius: 6px;
    overflow: hidden;
}
.swiper-type-1 ._pagination {
    text-align: right;
    z-index: 10;
}
.swiper-img,
.section-3-head-img,
.poster-img {
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-type-1 .swiper-img {
    display: block;
    width: 100%;
}
#section1Swiper {
    width: 879px;
    height: 494px;
    box-sizing: border-box;
}
#section2Swiper {
    width: 877px;
    height: 494px;
    box-sizing: border-box;
}
#section4Swiper {
    width: 700px;
    height: 394px;
    box-sizing: border-box;
}
#section1Swiper .swiper-img {
    height: 494px;
}
#section2Swiper .swiper-img {
    height: 494px;
}
#section4Swiper .swiper-img {
    height: 394px;
}

.swiper-type-1 .swiper-slide {
    position: relative;
}
.swiper-type-1 .swiper-title {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    color: #fefefe;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-left: 16px;
}
.swiper-type-1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px!important;
    background: #ffffff;
    opacity: 1;
}

.swiper-type-1 .swiper-pagination-bullet-active {
    background: #00f399;
}



.yaowen-swiper-button-prev:after,
.swiper-container-rtl .yaowen-swiper-button-next:after {
    content: "";
}

.swiper-type-1 .yaowen-swiper-button-prev:hover {
}

.swiper-type-1 .yaowen-swiper-button-next:hover {
}

.swiper-type-1 .yaowen-swiper-button-next:after,
.swiper-container-rtl .yaowen-swiper-button-prev:after {
    content: "";
}

.swiper-type-1 ._pagination {
    position: absolute;
    bottom: 20px;
    right: 0;
    box-sizing: border-box;
    padding-right: 19px;
    z-index: 10;
}

.small-dot {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #00f399;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    margin-right: 8px;
}

.news-item,
.news-item-with-title {
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 16px 0;
}
.news-item.bold {
    font-weight: bold;
}
.row-item a:last-child .news-item {
    border-bottom: none;
}

.news-item-title {
    display: inline-block;
    color: #000000;
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
}

.news-item-content {
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 18px;
}
.news-item-content-detail {
    display: inline;
    color: #0092d1;
}

.news-item-with-title {
    padding: 0 0 25px;
}
.dot-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.more-with-bg {
    display: block;
    width: 149px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: url("../img/more-bg.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    color: #fefefe;
    font-size: 18px;
    z-index: 4;
}
.section-1-row .more-with-bg {
    right: 0;
}
.section-2-row .more-with-bg {
    left: 351px;
}
.title-wrap {
    margin: 64px auto 36px;
}
.title-bg {
    background: url("../img/title-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 799px;
    height: 88px;
    margin: 0 auto;
    padding-top: 1px;
}
/*閺嶅洭顣? 閺傚洤鐡ч悧锟?*/
.title-text {
    display: block;
    height: 50px;
    margin: 17px auto 0;
    line-height: 50px;
    font-size: 51px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
}
/* 閺嶅洭顣? 閸ュ墽澧栭悧锟� */
.title-text-img {
    width: auto;
    display: block;
    height: 66px;
    margin: 9px auto 0;
}
/* 闂呮劘妫岄懟杈ㄦ瀮閻楢牏娈戞稉顓熸瀮閺嶅洭顣� */
.title-bg.en .title-text-img,
.title-bg.vi .title-text-img{
    display: none;
}
/* 閺勫墽銇氶懟杈ㄦ瀮閻楢牏娈戦懟杈ㄦ瀮閺嶅洭顣� */
.title-bg.en .title-text-img.en,
.title-bg.vi .title-text-img.vi {
    display: block;
    height: 55px;
    margin: 20px auto 0;
}
.title-bg.vi .title-text-img.vi {
    margin-top: 11px;
}
.title-bg.vi .title-text-img.vi#title-4 {
    margin-top: 18px;
}
#titleJiaodian img{
    width: 404px;
    height: 60px;
    display: block;
    margin-bottom: 20px;
}
#title-1 {

}
#title-2 {
    width: 273px;
    height: 163px;
}
.title-text-img.vi#title-2 {
    width: 787px;
    height: 95px;
}
#title-3 {}
#title-4 {}
#nihaoguangxiWrap {
    position: absolute;
    top: 10px;
    left: 880px;
}
.nihaoguangxi-simp {
    width: 332px;
    height: 65px;
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 880px;*/
}
.nihaoguangxi-trad {
    width: 335px;
    height: 70px;
    /*position: absolute;*/
    /*top: 8px;*/
    /*left: 880px;*/
}
.title-text.nihaoguangxi-simp {
    width: auto;
    color: #2c9bff;
    margin-top: 0;
}

.title-more {
    color: #1a9ed9;
    font-size: 18px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    bottom: 24px
}
.video-main {
    width: 100%;
}
.video-main .video-poster {
    width: 100%;
    height: 425px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.video-main .poster-img {
    width: 100%;
    height: 100%;
}
.video-main .play-icon {
    width: 89px;
    height: 89px;
    position: absolute;
    left: 23px;
    bottom: 18px;
    z-index: 3;
}
.video-main .video-title {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-top: 12px;
}
.video-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.video-item {
    width: 306px;
    margin-bottom: 27px;
    position: relative;
}
.video-item .video-poster {
    width: 100%;
    height: 171px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.video-item .poster-img {
    width: 100%;
    height: 100%;
}
.video-item .friend-news-bg {
    width: 100%;
    height: 232px;
}
.video-item .friend-news-text-zh {
    width: 100%;
    line-height: 1;
    /*height: 51px;*/
    text-align: center;
    font-size: 51px;
    font-weight: 900;
    color: #fff000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-item .play-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 9px;
    bottom: 7px;
    z-index: 3;
}
.video-item .video-title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 9px;
}

.footer {
    width: 100%;
    min-width: 1400px;
    height: 297px;
    background-image: url("../img/footer-bg.png");
    background-size: 1920px 297px;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
    margin-top: 100px;
}
.sub-footer {
    text-align: center;
    color: #0f69e2;
    font-size: 12px;
}
.sub-footer a{
    color: #0f69e2;
}
#titleWrap5 {
    margin: 0 auto 0;
}
.outside-zh {
    display: block;
    width: 1400px;
    height: 176px;
    margin: 35px auto 0;
    background: url("../img/outside-bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.outside-text {
    font-size: 72px;
    color: #ffffff;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 50px;
    left: 380px;
}
.nav_text:hover,
.outside-link:hover {
    text-decoration: none;
}
.hide-preload{
    width: 1px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.about-us{
    font-size: 24px;
    text-align: center;
    margin-top: 80px;
    letter-spacing: 10px;
}
.about-us a{
    color: #1a9ed9;
}
.article-list .count {
    color: #949494;
    font-size: 14px;
}